babl: increase number of pixels in tests ~8 times
authorØyvind Kolås <pippin@gimp.org>
Sat, 25 Aug 2012 14:11:23 +0000 (16:11 +0200)
committerØyvind Kolås <pippin@gimp.org>
Sat, 25 Aug 2012 14:18:07 +0000 (16:18 +0200)
This makes 32bit systems also trip up on many more possible !8bpc
discrpeancies.

babl/babl-fish-path.c

index f51501e651112621b50b2da91e6bc4a300a99f3c..addc56dc3d017d395d108cd1511c986f89a89982 100644 (file)
@@ -25,6 +25,8 @@
 #define BABL_HARD_MAX_PATH_LENGTH  8
 #define BABL_MAX_NAME_LEN          1024
 
+#define NUM_TEST_PIXELS            2048
+
 int   babl_in_fish_path = 0;
 
 typedef struct _FishPathInstrumentation
@@ -478,7 +480,6 @@ process_conversion_path (BablList   *path,
   return n;
 }
 
-#define NUM_TEST_PIXELS  (256 + 16 + 16)
 
 static double *
 test_create (void)